/*== reset ==*/
body,div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6, hr, p,span,i,b, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea { word-break:break-all; }
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight: normal; }
address, cite, dfn, em, var, caption, code, th { font-style:normal; font-weight: normal; }
table { border-collapse:collapse; border-spacing:0; }
small{ font-size:14px; }
ul, ol,li { list-style:none; }
fieldset, img { border:0; }
caption,th{text-align: left;}
button, input, select, textarea { font-size:100%; box-sizing: content-box; }
input,textarea{outline: none;}
textarea{ overflow: auto; }
textarea { resize:none; }
q:before,q:after{content: '';}
abbr,acronym{border: 0;}
:-ms-input-placeholder {color: #999; } /* Internet Explorer 10+ */ 
body{
	font-family: 'microsoft yahei';
	overflow-x: hidden;
}
/* 图标成块 */
img{display: block;}
/*可根据网站不同进行修改*/
body, button, input, select, textarea { font:14px "微软雅黑"; color: #333; }
a { text-decoration:none; color: #333;}
a:hover{
	text-decoration: none;
}
.fl{float: left;}
.fr{float: right;}
/*清除浮动*/
.clearfix:after { content: ""; display: block; height: 0; line-height: 0px; clear: both; visibility: hidden; }
.clearfix { zoom: 1; display: block;}
.form-control{width: 90%;}
/*中间*/
.content{
	width: 1200px;
	margin: 0 auto;
}

/* 设置滚动条的样式 */
.scroll-hide-bar::-webkit-scrollbar{
    width: 3px;
}
/*滚动槽*/
.scroll-hide-bar::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 3px #e6e7ec ;
    border-radius: 10px;
}
/* 滚动条滑块 */
.scroll-hide-bar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 3px #d0d1da;
}
.scroll-hide-bar::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}